Leaflet.getAdjacentChild

Finds the previous or next navigatable child.

This will be the same child [method@Leaflet.navigate] or swipe gestures will navigate to.

If there's no child to navigate to, NULL will be returned instead.

See [property@LeafletPage:navigatable].

class Leaflet
getAdjacentChild

Parameters

direction AdwNavigationDirection

the direction

Return Value

Type: Widget

the previous or next child

Meta